|
|
|
|
OnPaintBackground Method, SftTabsPanel Class |
Raises the PaintBackground event.
Syntax SftTabsPanel Class (Softelvdm.SftTabsNET)
VB |
Protected Overrides Sub OnPaintBackground( ByVal pEvent As PaintEventArgs ) |
C# |
protected override void OnPaintBackground( PaintEventArgs pEvent ); |
C++ |
protected: virtual void OnPaintBackground( PaintEventArgs^ pEvent ); |
pEvent
The PaintEventArgs instance containing the event data.
Comments
The OnPaintBackground method raises the PaintBackground event.